home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MS_ARCAD.ZIP / ARC3_1.CHP < prev    next >
Text File  |  1993-06-15  |  4KB  |  110 lines

  1. %
  2. #EF
  3. #T15,1,Chapter 3     Using Color     Pg. 1
  4. #HS,1,4,80,25,11,1
  5. #C4,R5
  6. ~Y~I
  7.                                   ~W~IDefining Some Terms~Y~I
  8.  
  9.  
  10. To understand how to use color well, we've first got to get to know some of
  11. the buzzwords.
  12.  
  13. #WN
  14. ~W~IAdditive Primary Colors ~Y~I- A painter mixes colors to produce new colors. The
  15. basic colors that are added together to produce new colors are the primary
  16. colors. The additive primary colors are ~R~Ired~Y~I, ~G~Igreen~Y~I, and ~C~Iblue~Y~I. If we want
  17. ~M~Imagenta~Y~I, we mix ~R~Ired~Y~I and ~C~Iblue~Y~I. If we want ~W~Iwhite~Y~I, we mix equal amounts of ~R~Ired~Y~I,
  18. ~G~Igreen~Y~I, and ~C~Iblue~Y~I. The color cube in Figure 3.1, which is on the next screen,
  19. shows the additive primary colors.
  20.  
  21. #WN
  22. %
  23. #EF
  24. #T15,1,Chapter 3     Using Color     Pg. 2
  25. #HS,1,4,80,25,11,1
  26. #C1,R3
  27. ~Y~I
  28.                                      ~W~IFigure 3.1~Y~I
  29.                                  The RGB Color Model
  30.                          ~G~IG~Y~I
  31.                          │                       Yellow (1,1,0)
  32.                         ~W~I ├──────────────────────────┐
  33.                         /│~Y~IGreen Only ~W~I              /│
  34.                        / │ (0,1,0)                / │
  35.                       /  │                       /  │
  36.                      /   │                      /   │
  37.                     /    │             ~Y~IWhite~W~I   /    │
  38.             ~Y~ICyan~W~I   /     │             ~Y~I(1,1,1)~W~I/     │
  39.           ~Y~I(0,1,1)~W~I┌───────┼───────────────────┐      │
  40.                  │       └───────────────────┼──────┴~Y~I─────── ~R~IR~Y~I
  41.                  │      / ~Y~I(0,0,0)~W~I            │     / ~Y~IRed Only~W~I
  42.                  │     /                     │    /   ~Y~I(1,0,0)~W~I
  43.                  │    /                      │   /
  44.                  │   /                       │  /
  45.                  │  / ~Y~IBlue Only~W~I              │ /
  46.                  │ /   ~Y~I(0,0,1)~W~I               │/
  47.                  └───────────────────────────┘ ~Y~IMagenta (1,0,1)
  48.                 /
  49.                ~C~IB~Y~I
  50.  
  51.  
  52. #WN
  53. #BO,4,15,78,20,7,1,0,4,15,2
  54. Each point within the volume of the cube can be defined by the
  55. coordinates (R,G,B), where the values for R, G, and B represent the
  56. amounts of red, green, and blue that are present in the particular
  57. color.
  58.  
  59. #WP
  60. %
  61. #EF
  62. #T15,1,Chapter 3     Using Color     Pg. 3
  63. #HS,1,4,80,25,11,1
  64. #C4,R5
  65. ~Y~I
  66. ~W~ISubtractive Primary Colors~Y~I - These are the primary colors that, when
  67. subtracted from each other, produce new colors. The subtractive primary
  68. colors are ~M~Imagenta~Y~I, ~C~Icyan~Y~I, and yellow. In this color scheme, cyan minus
  69. yellow gives ~G~Igreen~Y~I. Color liquid crystal displays (LCD) almost always use
  70. the subtractive primary colors.
  71.  
  72. #WN
  73. ~K~W~IHue~Y~I - This is what we normally think of as color. Blue is a hue, as is
  74. yellow.~k
  75.  
  76. #WN
  77. ~W~IChromatic Colors~Y~I - Colors that have hue in them.
  78.  
  79. #WN
  80. ~W~IAchromatic Colors~Y~I - Colors without hue. The achromatic colors are black,
  81. white, and any shade of gray.
  82.  
  83. #WN
  84. #BO,4,15,78,20,7,1,0,4,15,2
  85. To most people, it sounds odd to say that a hue is what we normally
  86. think of as a color, and then say that the chromatic colors are colors
  87. with hues. That's true. It is odd until you realize that black, white,
  88. and shades of grey are colors with no hue.
  89.  
  90. #WP
  91. %
  92. #EF
  93. #T15,1,Chapter 3     Using Color     Pg. 4
  94. #HS,1,4,80,25,11,1
  95. #C4,R5
  96. ~Y~I
  97. ~W~IShade~Y~I - A shade is formed by mixing a hue with black.
  98.  
  99. #WN
  100. ~W~ITone~Y~I - A tone of a color is made by mixing that color with gray.
  101.  
  102. #WN
  103. ~W~ITint~Y~I - Tintes are produced by mixing a hue with white.
  104.  
  105. #WN
  106. Although we won't use these terms too much in this book, understanding them
  107. is important to understanding the literature of computer graphics.
  108.  
  109. #WP
  110. #X